home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / multiview.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  4.5 KB  |  201 lines

  1. MultiView
  2.  
  3. Displays picture files, text files, AmigaGuide files, sound files, and
  4. animated graphics files.
  5.  
  6. Format
  7.  
  8. MULTIVIEW [FILE <filename>] [CLIPBOARD] [CLIPUNIT <clipboard unit>] [SCREEN]
  9. [PUBSCREEN <public screen name>] [REQUESTER] [BOOKMARK] [FONTNAME <font
  10. name>] [FONTSIZE <font size>] [BACKDROP] [WINDOW] [PORTNAME <ARexx port
  11. name>]
  12.  
  13. Template
  14.  
  15. FILE,CLIPBOARD/S,CLIPUNIT/K/N,SCREEN/S,PUBSCREEN/K,REQUESTER/S,BOOKMARK7s;FON
  16. TNAME/K,FONTSIZE/K,BACKDROP/S,WINDOW/S,PORTNAME/K
  17.  
  18. Location
  19.  
  20. SYS:Utilities
  21.  
  22. Be sure to specify the complete path to the file if it is not in the current
  23. directory. MultiView displays a file requester if no file is specified.
  24.  
  25. If CLIPBOARD is specified, the Clipboard is viewed instead of a file.
  26. CLIPUNIT specifies the Clipboard unit to use when using the CLIPBOARD
  27. keyword.
  28.  
  29. SCREEN indicates that you want the object to appear on its own screen rather
  30. than in a window on the Workbench screen, using the display mode specified by
  31. the object. For example, if an ILBM picture file is Low Res, MultiView opens
  32. a Low Res screen.
  33.  
  34. If REQUESTER is specified, MultiView displays a file requester.
  35.  
  36. BOOKMARK recalls the object and position when opening a file with a bookmark.
  37.  
  38. FONTNAME specifies the font to use when viewing text objects. FONTSIZE
  39. specifies the font size in points to use when viewing text files.
  40.  
  41. BACKDROP indicates that the window should be a backdrop window.
  42.  
  43. WINDOW allows the MultiView window open without requesting a file to load.
  44. Using this option lets you keep a small MultiView window open on the
  45. Workbench screen so you can drag icons into it whenever necessary.
  46.  
  47. PORTNAME allows you to specify an ARexx port name when you run MultiView. If
  48. you do not specify a name, each MultiView window is given the default port
  49. name of MultiView.x, when x is a slot number starting from 1. (For example,
  50. if you have three MultiView display windows open, their port names are
  51. MultiView.1, MultiView.2, and NultiView.3.) This port name allows you to
  52. refer to a particular MultiView display from within an ARexx script.
  53.  
  54. MultiView supports the following ARexx commands:
  55.  
  56. OPEN
  57.  
  58. Open an object from the specified file name or Clipboard unit. The options
  59. are as follows:
  60.  
  61. FILENAME/K
  62. Specifies the object file name.
  63.  
  64. CLIPBOARD/S
  65. Specifies that the object comes from the Clipboard.
  66.  
  67. CLIPUNIT/K/N
  68. Specifies the Clipboard unit from which to obtain the object if using the
  69. CLIPBOARD option.
  70.  
  71. RELOAD
  72.  
  73. Reload the current object.
  74.  
  75. SAVEAS
  76.  
  77. Save the object to the specified file. If there is a selected block, then
  78. only that block is saved. SAVEAS has one option: NAME/K.
  79.  
  80. PRINT
  81.  
  82. Print the current contents. If there is a selected block, then only that
  83. block is printed.
  84.  
  85. ABOUT
  86.  
  87. Display the About requester.
  88.  
  89. QUIT
  90.  
  91. Close MultiView.
  92.  
  93. COPY
  94.  
  95. Copy the current contents to the Clipboard. If there is a selected block,
  96. then only that block is copied.
  97.  
  98. CLEARSELECTED
  99.  
  100. Clear the selection block.
  101.  
  102. GETTRIGGERINFO
  103.  
  104. Returns the commands for the trigger methods of the current object. The
  105. options are VAR/S and STEM/K.
  106.  
  107. If using the STEM option, the following stem extensions are used:
  108.  
  109. .COUNT
  110. Number of elements
  111.  
  112. .n.LABEL
  113. Label
  114.  
  115. .n.COMMAND
  116. Command
  117.  
  118. .n.METHOD
  119. Numeric method
  120.  
  121. DOTRIGGERMETHOD
  122.  
  123. Perform the trigger method on the current object. The option is METHOD/A.
  124.  
  125. SCREEN
  126.  
  127. Specify whether to display object on a screen. The options are TRUE/S and
  128. FALSE/S.
  129.  
  130. PUBSCREEN
  131.  
  132. Specify the name of the public screen on which to display the object. The
  133. option is NAME/A.
  134.  
  135. GETCURRENTDIR
  136.  
  137. Returns the full name of the current directory associated with the current
  138. object.
  139.  
  140. GETFILEINFO
  141.  
  142. Returns the complete path and file name associated with the current object.
  143.  
  144. GETOBJECTINFO
  145.  
  146. Returns the name, basename, group, and ID for the current object. The options
  147. are VAR/S and STEM/K.
  148.  
  149. If using the STEM option, the following stem extensions are used:
  150.  
  151. .FILENAME
  152. File name of object
  153.  
  154. .NAME
  155. Descriptive name of the DataType
  156.  
  157. .BASENAME
  158. Base name of the DataType
  159.  
  160. .GROUP
  161. Group containing the DataType
  162.  
  163. .ID
  164. ID string for the DataType
  165.  
  166. MINIMUMSIZE
  167.  
  168. Size the window to its minimum size for the contents type.
  169.  
  170. NORMALSIZE
  171.  
  172. Size the window to its normal size for the contents type.
  173.  
  174. MAXIMUMSIZE
  175.  
  176. Size the window to its maximum size for the contents type.
  177.  
  178. WINDOWTOFRONT
  179.  
  180. Move the window to the front of the display.
  181.  
  182. WINDOWTOBACK
  183.  
  184. Move the window to the back of the display.
  185.  
  186. SCREENTOFRONT
  187.  
  188. Bring the screen to the front of the display.
  189.  
  190. SCREENTOBACK
  191.  
  192. Send the screen to the back of the display.
  193.  
  194. ACTIVATEWINDOW
  195.  
  196. Activate the window.
  197.  
  198. BEEPSCREEN
  199.  
  200. Cause a display beep in the screen that the window resides in.
  201.